Xampp Forbidden Error solved - Xampp Security Concept
navigate to this dir c:\xampp\apache\conf\extra Locate file httpd-xampp.conf find this below lines # # New XAMPP security ...
Signing Android application to export into Playstore market
SStandard procedure: First you need to open the command prompt.. Easiest way is to click the “Start menu” in the bottom left cor...
PHP Mysql automatic front and backend code generation
If you are looking for a Free, online Form Generator , PHP Generator or MySQL Generator, then you have come to the right place! FPMG is...
Php script to display months
<?php function get_months($startstring, $endstring) { $time1 = strtotime($startstring);//absolute date comparison needs to be do...
htaccess file code to execute php script for .html files
Save these lines notepad and save it as .htaccess in the web application directory AddType application/x-httpd-php .html .htm #AddType a...
PHP Script to print years in select options dropdown list
<div class="custom-dropdown"> <select id="year"> <?php $currentyear=date("Y"); $f...
CodeIgniter List of All Controllers
Use the following library to list all Controllers and methods of a Codeigniter application. You could use it for information about your app...
PHP script to send emails
<?php $to = "toxyz@gmail.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "Fr...
Showing errors individually in CodeIgniter
In CodeIgniter framework validation_errors() is function to display form errors in at the form. <?php echo validation_errors(); ?> ...
CodeIgniter Simple Login Form With Sessions
In this tutorial, we are going to learn about creating a simple login form in CodeIgniter. In login form, we made registration module, log...
Popular Posts
- Codeigniter: Session: Configured save path '' is not a directory, doesn't exist or cannot be created.
- Mysql query to delete duplicate records from a table
- Detecting the Ajax request in Core PHP
- How to Prevent Duplicate UserID Creation Without Executing SELECT SQL Query
- Google Map APIS calculation example
- Javascript function to replace color codes with single line of code
- How to integrate SEND Grid with Codeigniter
- Javascript Example 2
- How to recover your data from a pen drive affected with shortcut virus.
- GZip Site Compression